luci-app-ddns: fix broken translation call
authorJo-Philipp Wich <[email protected]>
Tue, 12 Jul 2022 13:43:34 +0000 (15:43 +0200)
committerJo-Philipp Wich <[email protected]>
Tue, 12 Jul 2022 13:43:34 +0000 (15:43 +0200)
Fixes: #5874
Signed-off-by: Jo-Philipp Wich <[email protected]>
35 files changed:
applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js
applications/luci-app-ddns/po/ar/ddns.po
applications/luci-app-ddns/po/bg/ddns.po
applications/luci-app-ddns/po/bn_BD/ddns.po
applications/luci-app-ddns/po/ca/ddns.po
applications/luci-app-ddns/po/cs/ddns.po
applications/luci-app-ddns/po/da/ddns.po
applications/luci-app-ddns/po/de/ddns.po
applications/luci-app-ddns/po/el/ddns.po
applications/luci-app-ddns/po/en/ddns.po
applications/luci-app-ddns/po/es/ddns.po
applications/luci-app-ddns/po/fi/ddns.po
applications/luci-app-ddns/po/fr/ddns.po
applications/luci-app-ddns/po/he/ddns.po
applications/luci-app-ddns/po/hi/ddns.po
applications/luci-app-ddns/po/hu/ddns.po
applications/luci-app-ddns/po/it/ddns.po
applications/luci-app-ddns/po/ja/ddns.po
applications/luci-app-ddns/po/ko/ddns.po
applications/luci-app-ddns/po/mr/ddns.po
applications/luci-app-ddns/po/ms/ddns.po
applications/luci-app-ddns/po/nb_NO/ddns.po
applications/luci-app-ddns/po/pl/ddns.po
applications/luci-app-ddns/po/pt/ddns.po
applications/luci-app-ddns/po/pt_BR/ddns.po
applications/luci-app-ddns/po/ro/ddns.po
applications/luci-app-ddns/po/ru/ddns.po
applications/luci-app-ddns/po/sk/ddns.po
applications/luci-app-ddns/po/sv/ddns.po
applications/luci-app-ddns/po/templates/ddns.pot
applications/luci-app-ddns/po/tr/ddns.po
applications/luci-app-ddns/po/uk/ddns.po
applications/luci-app-ddns/po/vi/ddns.po
applications/luci-app-ddns/po/zh_Hans/ddns.po
applications/luci-app-ddns/po/zh_Hant/ddns.po

index 4592c47c4c61bbdea158e599b226c138522123bb..4b786e83c52a6df5f4e97b1f9471be0c09045743 100644 (file)
@@ -1067,7 +1067,7 @@ return view.extend({
 
                                        log_box.render = L.bind(function() {
                                                return E([
-                                                       E('p', {}, _('This is the current content of the log file in ') + logdir + ' for this service.'),
+                                                       E('p', {}, _('This is the current content of the log file in %h for this service.').format(logdir)),
                                                        E('p', {}, E('textarea', { 'style': 'width:100%', 'rows': 20, 'readonly' : 'readonly', 'id' : 'log_area' }, _('Please press [Read] button') ))
                                                ]);
                                        }, o, this);
index f201a1a03eaf0074e568a8a9006427465cf34c53..9cbde7bbd493b9d1b7404e25ba4447270e0c77aa 100644 (file)
@@ -727,8 +727,8 @@ msgid "There is no service configured."
 msgstr "لا توجد خدمة مهيأة."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
-msgid "This is the current content of the log file in"
-msgstr "هذا هو المحتوى الحالي لملف السجل في"
+msgid "This is the current content of the log file in %h for this service."
+msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:275
@@ -831,8 +831,9 @@ msgid ""
 "You should install 'bind-host' or 'knot-host' or 'drill' or 'hostip' "
 "package, if you need to specify a DNS server to detect your registered IP."
 msgstr ""
-"يجب عليك تثبيت حزمة \"bind-host\" أو \"knot-host\" أو \"drill\" أو \"hostip"
-"\" ، إذا كنت بحاجة إلى تحديد خادم DNS لاكتشاف عنوان IP المسجل الخاص بك."
+"يجب عليك تثبيت حزمة \"bind-host\" أو \"knot-host\" أو \"drill\" أو "
+"\"hostip\" ، إذا كنت بحاجة إلى تحديد خادم DNS لاكتشاف عنوان IP المسجل الخاص "
+"بك."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:371
 msgid ""
@@ -912,3 +913,6 @@ msgstr "ثواني"
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:778
 msgid "to run HTTPS without verification of server certificates (insecure)"
 msgstr "لتشغيل HTTPS بدون التحقق من شهادات الخادم (غير آمن)"
+
+#~ msgid "This is the current content of the log file in"
+#~ msgstr "هذا هو المحتوى الحالي لملف السجل في"
index 827252fdfb8d6d22d9620efd108048ef905e490c..3254b91c27ba6dee011a1398b0aadb7112b9636d 100644 (file)
@@ -706,7 +706,7 @@ msgid "There is no service configured."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
-msgid "This is the current content of the log file in"
+msgid "This is the current content of the log file in %h for this service."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197
index 85ead78ecca92aea360a1ee91ce10702aac09b69..8b9c73ab91ad03be2a393045fb5ca017d9678205 100644 (file)
@@ -706,7 +706,7 @@ msgid "There is no service configured."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
-msgid "This is the current content of the log file in"
+msgid "This is the current content of the log file in %h for this service."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197
index 2eb24356f22065d61c187c96f361dd2e8fcca985..e4bcf5c2891357efde4a719f6564848c12c29597 100644 (file)
@@ -712,7 +712,7 @@ msgid "There is no service configured."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
-msgid "This is the current content of the log file in"
+msgid "This is the current content of the log file in %h for this service."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197
index 7763e9706a8d6010683e75933adddc07d9ec6251..b9848ce4c65452a5b5e22d3041cc5f008b98b7f3 100644 (file)
@@ -746,8 +746,8 @@ msgid "There is no service configured."
 msgstr "Není nakonfigurována žádná služba."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
-msgid "This is the current content of the log file in"
-msgstr "Toto je aktuální obsah souboru protokolu v"
+msgid "This is the current content of the log file in %h for this service."
+msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:275
@@ -938,6 +938,9 @@ msgstr "sekundy/sekund"
 msgid "to run HTTPS without verification of server certificates (insecure)"
 msgstr "k použití HTTPS bez ověření serverových certifikátů (nedůvěryhodné)"
 
+#~ msgid "This is the current content of the log file in"
+#~ msgstr "Toto je aktuální obsah souboru protokolu v"
+
 #~ msgid ""
 #~ "Configure here the details for all Dynamic DNS services including this "
 #~ "LuCI application."
index 304e2d6b76e51d0e880e045775258bc058712211..ee8d07a8c226e82d0d82b1edc781e4acc7c78dfb 100644 (file)
@@ -706,7 +706,7 @@ msgid "There is no service configured."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
-msgid "This is the current content of the log file in"
+msgid "This is the current content of the log file in %h for this service."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197
index 45eceb366c18784eb144c82aafdf334aba476cbf..ce7968811a0e6208ebd6944dff7a6fc43f0a51be 100644 (file)
@@ -758,8 +758,8 @@ msgid "There is no service configured."
 msgstr "Kein Dienst konfiguriert."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
-msgid "This is the current content of the log file in"
-msgstr "Dies ist der aktuelle Inhalt der Logdatei in"
+msgid "This is the current content of the log file in %h for this service."
+msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:275
@@ -959,6 +959,9 @@ msgid "to run HTTPS without verification of server certificates (insecure)"
 msgstr ""
 "um HTTPS ohne Überprüfung der Server Zertifikate auszuführen (unsicher)"
 
+#~ msgid "This is the current content of the log file in"
+#~ msgstr "Dies ist der aktuelle Inhalt der Logdatei in"
+
 #~ msgid ""
 #~ "Configure here the details for all Dynamic DNS services including this "
 #~ "LuCI application."
index dedc3aaacf515f44f0e5975598c07505f5cfa58c..c06a3492d0265e0b4cc17671ef68d75c1b2d609f 100644 (file)
@@ -709,7 +709,7 @@ msgid "There is no service configured."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
-msgid "This is the current content of the log file in"
+msgid "This is the current content of the log file in %h for this service."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197
index 360346ae4aaabdb8364b08f6fda623b100221b12..7e02517e2f67ef09f5919c74e894096c229fd944 100644 (file)
@@ -706,7 +706,7 @@ msgid "There is no service configured."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
-msgid "This is the current content of the log file in"
+msgid "This is the current content of the log file in %h for this service."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197
index 309ff6684734bfe2680e8ee2fcf90e64320bd1ab..cc59591bf397a807c3ecd79bcc0593ae982ea89c 100644 (file)
@@ -759,8 +759,8 @@ msgid "There is no service configured."
 msgstr "No hay servicio configurado."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
-msgid "This is the current content of the log file in"
-msgstr "Este es el contenido actual del archivo de registro en"
+msgid "This is the current content of the log file in %h for this service."
+msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:275
@@ -951,6 +951,9 @@ msgid "to run HTTPS without verification of server certificates (insecure)"
 msgstr ""
 "Para ejecutar HTTPS sin verificación de certificados de servidor (inseguro)"
 
+#~ msgid "This is the current content of the log file in"
+#~ msgstr "Este es el contenido actual del archivo de registro en"
+
 #~ msgid ""
 #~ "Configure here the details for all Dynamic DNS services including this "
 #~ "LuCI application."
index d5418dc13f57d5310c53069ed4c2a619da07c452..e80e1805fb033ee1a4c6a9c60682473fdbd84beb 100644 (file)
@@ -714,7 +714,7 @@ msgid "There is no service configured."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
-msgid "This is the current content of the log file in"
+msgid "This is the current content of the log file in %h for this service."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197
index 007ec11c80c52ba33c783d9bc6540f69a2a9b1b9..e51101fdf108e5aa0ebeb3416539d59731ad6527 100644 (file)
@@ -760,8 +760,8 @@ msgid "There is no service configured."
 msgstr "Il n'y a aucun service configuré"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
-msgid "This is the current content of the log file in"
-msgstr "Il s'agit du contenu actuel du fichier journal dans"
+msgid "This is the current content of the log file in %h for this service."
+msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:275
@@ -957,6 +957,9 @@ msgid "to run HTTPS without verification of server certificates (insecure)"
 msgstr ""
 "exécuter HTTPS sans vérification des certificats de serveur (non sécurisé)"
 
+#~ msgid "This is the current content of the log file in"
+#~ msgstr "Il s'agit du contenu actuel du fichier journal dans"
+
 #~ msgid ""
 #~ "Configure here the details for all Dynamic DNS services including this "
 #~ "LuCI application."
index 740af410e41e342f7a4d301acc4bc825faaa6251..e100b7686f97b6b0bb3cbea99f9f9f876a8f92f7 100644 (file)
@@ -710,7 +710,7 @@ msgid "There is no service configured."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
-msgid "This is the current content of the log file in"
+msgid "This is the current content of the log file in %h for this service."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197
index 4a250b72525ecb16e266d7aba23ae4e9d1f95569..85df7e7c6540e4646de647842eed73a065b42606 100644 (file)
@@ -700,7 +700,7 @@ msgid "There is no service configured."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
-msgid "This is the current content of the log file in"
+msgid "This is the current content of the log file in %h for this service."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197
index e44642eb3065fb317c6541c73cf6522c05b9d169..4dd48ce387e4dd460cdc3faa81ecd806befc58da 100644 (file)
@@ -755,8 +755,8 @@ msgid "There is no service configured."
 msgstr "Nincs beállított szolgáltatás."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
-msgid "This is the current content of the log file in"
-msgstr "Ez a naplófájl jelenlegi tartalma ebben:"
+msgid "This is the current content of the log file in %h for this service."
+msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:275
@@ -946,6 +946,9 @@ msgstr ""
 "HTTPS futtatásához a kiszolgáló tanúsítványainak ellenőrzése nélkül (nem "
 "biztonságos)"
 
+#~ msgid "This is the current content of the log file in"
+#~ msgstr "Ez a naplófájl jelenlegi tartalma ebben:"
+
 #~ msgid ""
 #~ "Configure here the details for all Dynamic DNS services including this "
 #~ "LuCI application."
index 23ea932c01f7b5c04d9e69f166ae651e9acc7e36..c36b1012c9affb0911fb77e74d1ba8860ccdca5e 100644 (file)
@@ -748,8 +748,8 @@ msgid "There is no service configured."
 msgstr "Non c'è un servizio configurato."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
-msgid "This is the current content of the log file in"
-msgstr "Questo è il contenuto corrente del file log in"
+msgid "This is the current content of the log file in %h for this service."
+msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:275
@@ -941,6 +941,9 @@ msgid "to run HTTPS without verification of server certificates (insecure)"
 msgstr ""
 "per eseguire HTTPS senza la verifica dei certificati del server (insicuro)"
 
+#~ msgid "This is the current content of the log file in"
+#~ msgstr "Questo è il contenuto corrente del file log in"
+
 #~ msgid ""
 #~ "Configure here the details for all Dynamic DNS services including this "
 #~ "LuCI application."
index 73fe709a805c084a20d98a36fc26574f3f7de9d0..d4a97c7ddd486befc34efec85b216d86ae8d2e77 100644 (file)
@@ -748,7 +748,7 @@ msgid "There is no service configured."
 msgstr "構成済のサービスはありません。"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
-msgid "This is the current content of the log file in"
+msgid "This is the current content of the log file in %h for this service."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197
index 3420bdcfb385482b29e8de23c19bc34cf7ec5164..2609ee7587b2d7bb42fe5b52848aaaa66e5337ff 100644 (file)
@@ -706,7 +706,7 @@ msgid "There is no service configured."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
-msgid "This is the current content of the log file in"
+msgid "This is the current content of the log file in %h for this service."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197
index f9dab4a94bd1d19a6aad16df4fe21b8ab52be1ea..72f5c3e2d3c91d5f3f5816e263cf7441dfd8554a 100644 (file)
@@ -706,7 +706,7 @@ msgid "There is no service configured."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
-msgid "This is the current content of the log file in"
+msgid "This is the current content of the log file in %h for this service."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197
index 78d65af1690d073187ad3e508663c748780c933a..21b70e64096b4f7b0fc6a187e36a558e95c0a30f 100644 (file)
@@ -706,7 +706,7 @@ msgid "There is no service configured."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
-msgid "This is the current content of the log file in"
+msgid "This is the current content of the log file in %h for this service."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197
index 4b8524b576727cbd784d4d8ef2e98471b17c9a20..92cbc114bde2d2bc832ca08d644d9134962f529e 100644 (file)
@@ -709,7 +709,7 @@ msgid "There is no service configured."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
-msgid "This is the current content of the log file in"
+msgid "This is the current content of the log file in %h for this service."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197
index 07d48a2219b5499c3dc77516c64158b7dc0fe25f..6e678b41033baa1eea68c2b7880cdcf6ca44b0df 100644 (file)
@@ -304,7 +304,8 @@ msgstr "Format: IP lub FQDN"
 msgid ""
 "GNU Wget will use the IP of given network, cURL will use the physical "
 "interface."
-msgstr "GNU Wget użyje adresu IP danej sieci, cURL użyje fizycznego interfejsu."
+msgstr ""
+"GNU Wget użyje adresu IP danej sieci, cURL użyje fizycznego interfejsu."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:263
 msgid "Global Settings"
@@ -746,8 +747,8 @@ msgid "There is no service configured."
 msgstr "Nie ma skonfigurowanej usługi."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
-msgid "This is the current content of the log file in"
-msgstr "Jest to bieżąca zawartość pliku dziennika w"
+msgid "This is the current content of the log file in %h for this service."
+msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:275
@@ -755,8 +756,8 @@ msgid ""
 "This is the default if you run DDNS scripts by yourself (i.e. via cron with "
 "force_interval set to '0')"
 msgstr ""
-"To jest ustawienie domyślne, jeśli uruchamiasz skrypty DDNS samodzielnie ("
-"tj. za pomocą crona z force_interval ustawionym na „0”)"
+"To jest ustawienie domyślne, jeśli uruchamiasz skrypty DDNS samodzielnie "
+"(tj. za pomocą crona z force_interval ustawionym na „0”)"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:874
 msgid "This will be autoset to the selected interface"
@@ -937,6 +938,9 @@ msgid "to run HTTPS without verification of server certificates (insecure)"
 msgstr ""
 "uruchomić HTTPS bez weryfikacji certyfikatów serwera (niezabezpieczony)"
 
+#~ msgid "This is the current content of the log file in"
+#~ msgstr "Jest to bieżąca zawartość pliku dziennika w"
+
 #~ msgid ""
 #~ "Configure here the details for all Dynamic DNS services including this "
 #~ "LuCI application."
index 232a6dc531d8a1a56be6acca1d800f2c40ce20f2..908f749726fa0a04e7ddf3e341628337384408be 100644 (file)
@@ -745,8 +745,8 @@ msgid "There is no service configured."
 msgstr "Não há serviço configurado."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
-msgid "This is the current content of the log file in"
-msgstr "Este é o conteúdo atual do ficheiro de log em"
+msgid "This is the current content of the log file in %h for this service."
+msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:275
@@ -934,6 +934,9 @@ msgid "to run HTTPS without verification of server certificates (insecure)"
 msgstr ""
 "para executar HTTPS sem verificação dos certificados do servidor (não seguro)"
 
+#~ msgid "This is the current content of the log file in"
+#~ msgstr "Este é o conteúdo atual do ficheiro de log em"
+
 #~ msgid ""
 #~ "Configure here the details for all Dynamic DNS services including this "
 #~ "LuCI application."
index c371ac853b311296cbb053331a475f1438f0068b..86ced0d92ce759cd11ad5bb8bf9317be9468ee01 100644 (file)
@@ -743,8 +743,8 @@ msgid "There is no service configured."
 msgstr "Não há serviço configurado."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
-msgid "This is the current content of the log file in"
-msgstr "Este é o conteúdo atual do arquivo de registro em"
+msgid "This is the current content of the log file in %h for this service."
+msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:275
@@ -933,6 +933,9 @@ msgid "to run HTTPS without verification of server certificates (insecure)"
 msgstr ""
 "para rodar HTTPS sem verificação dos certificados do servidor (não seguro)"
 
+#~ msgid "This is the current content of the log file in"
+#~ msgstr "Este é o conteúdo atual do arquivo de registro em"
+
 #~ msgid ""
 #~ "Configure here the details for all Dynamic DNS services including this "
 #~ "LuCI application."
index 9cef53557071542664efa8cd2045df3616ed6d75..70cfa99126bbc8271f98f158d3469fc468031e85 100644 (file)
@@ -419,7 +419,8 @@ msgstr "Interfață"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:987
 msgid "Interval to force updates send to DDNS Provider"
-msgstr "Interval pentru a forța trimiterea de actualizări către furnizorul DDNS"
+msgstr ""
+"Interval pentru a forța trimiterea de actualizări către furnizorul DDNS"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:978
 msgid "Interval unit to check for changed IP"
@@ -755,8 +756,8 @@ msgid "There is no service configured."
 msgstr "Nu este configurat niciun serviciu."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
-msgid "This is the current content of the log file in"
-msgstr "Acesta este conținutul actual al fișierului jurnal din"
+msgid "This is the current content of the log file in %h for this service."
+msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:275
@@ -864,9 +865,9 @@ msgid ""
 "You should install 'bind-host' or 'knot-host' or 'drill' or 'hostip' "
 "package, if you need to specify a DNS server to detect your registered IP."
 msgstr ""
-"Ar trebui să instalați pachetul \"bind-host\" sau \"knot-host\" sau \"drill\""
-" sau \"hostip\", dacă aveți nevoie să specificați un server DNS pentru a vă "
-"detecta IP-ul înregistrat."
+"Ar trebui să instalați pachetul \"bind-host\" sau \"knot-host\" sau "
+"\"drill\" sau \"hostip\", dacă aveți nevoie să specificați un server DNS "
+"pentru a vă detecta IP-ul înregistrat."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:371
 msgid ""
@@ -950,6 +951,9 @@ msgid "to run HTTPS without verification of server certificates (insecure)"
 msgstr ""
 "pentru a rula HTTPS fără verificarea certificatelor serverului (nesigur)"
 
+#~ msgid "This is the current content of the log file in"
+#~ msgstr "Acesta este conținutul actual al fișierului jurnal din"
+
 #~ msgid ""
 #~ "Dynamic DNS allows that your router can be reached with a fixed hostname "
 #~ "while having a dynamically changing IP address."
index bf373438ce643f02c8ead5699e8d03773e51293b..0655b25284165cae4cbf1277dbf76c5174665ba9 100644 (file)
@@ -758,8 +758,8 @@ msgid "There is no service configured."
 msgstr "Служба не настроена."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
-msgid "This is the current content of the log file in"
-msgstr "Текущее содержимое файла журнала в"
+msgid "This is the current content of the log file in %h for this service."
+msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:275
@@ -945,6 +945,9 @@ msgstr "секунд(ы)"
 msgid "to run HTTPS without verification of server certificates (insecure)"
 msgstr "использовать HTTPS без проверки сертификатов сервера (небезопасно)"
 
+#~ msgid "This is the current content of the log file in"
+#~ msgstr "Текущее содержимое файла журнала в"
+
 #~ msgid ""
 #~ "Configure here the details for all Dynamic DNS services including this "
 #~ "LuCI application."
index 1e4b6e39ba54458099b1970c8fa51d3034d63875..ead7d0804f0c59bf032a1dfdcf1fb078f61bbe4b 100644 (file)
@@ -707,7 +707,7 @@ msgid "There is no service configured."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
-msgid "This is the current content of the log file in"
+msgid "This is the current content of the log file in %h for this service."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197
index 167ec24007bf5ffa4af3a1c381fb6aa5939be63a..5c2fa58d5c09c38c560985f0d90fdbf73c8074ff 100644 (file)
@@ -708,7 +708,7 @@ msgid "There is no service configured."
 msgstr "Det finns ingen tjänst inställd."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
-msgid "This is the current content of the log file in"
+msgid "This is the current content of the log file in %h for this service."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197
index f61d3499bdcf962cba1ee3584f629305216ebe6a..4e4381779ed2ea82bc5a9e675a8d7e84e86284f8 100644 (file)
@@ -697,7 +697,7 @@ msgid "There is no service configured."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
-msgid "This is the current content of the log file in"
+msgid "This is the current content of the log file in %h for this service."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197
index d0f2f211b9449d43da2e0cc7a3b6661a8fe8f611..137d96f241eb2bbf1d7bfc90fdb48502d43e406f 100644 (file)
@@ -755,8 +755,8 @@ msgid "There is no service configured."
 msgstr "Yapılandırılmış hizmet yok."
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
-msgid "This is the current content of the log file in"
-msgstr "Bu, içindeki günlük dosyasının mevcut içeriğidir"
+msgid "This is the current content of the log file in %h for this service."
+msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:275
@@ -945,6 +945,9 @@ msgstr ""
 "HTTPS'yi sunucu sertifikalarının doğrulanması olmadan çalıştırmak için "
 "(güvenli değil)"
 
+#~ msgid "This is the current content of the log file in"
+#~ msgstr "Bu, içindeki günlük dosyasının mevcut içeriğidir"
+
 #~ msgid "Loading"
 #~ msgstr "Yükleniyor"
 
index a9dd41a64fb37d8f7dbb3038c6904ce88e638d4e..14d66327382d165fb8828ed02720c51ea340d153 100644 (file)
@@ -712,7 +712,7 @@ msgid "There is no service configured."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
-msgid "This is the current content of the log file in"
+msgid "This is the current content of the log file in %h for this service."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197
index bd29888b80a2dad54cd4d612493256504f7d22d0..ca15dc20e346ba311d8387aed6395db82d5c7c3b 100644 (file)
@@ -710,7 +710,7 @@ msgid "There is no service configured."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
-msgid "This is the current content of the log file in"
+msgid "This is the current content of the log file in %h for this service."
 msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197
index 16ae4441fb80fcc6f478f46f8d7456437c10656a..dabadc1e0af07500991023d104ddfc337e97eee1 100644 (file)
@@ -717,8 +717,8 @@ msgid "There is no service configured."
 msgstr "没有已经配置好的服务项。"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
-msgid "This is the current content of the log file in"
-msgstr "这是日志文件中的当前内容"
+msgid "This is the current content of the log file in %h for this service."
+msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:275
@@ -894,6 +894,9 @@ msgstr "秒"
 msgid "to run HTTPS without verification of server certificates (insecure)"
 msgstr "使用 HTTPS 但不检查服务器证书(不安全)"
 
+#~ msgid "This is the current content of the log file in"
+#~ msgstr "这是日志文件中的当前内容"
+
 #~ msgid ""
 #~ "Configure here the details for all Dynamic DNS services including this "
 #~ "LuCI application."
index b942f4b01db66c40b18ea6d12741a36552a66e5a..941b42025e0a436d54ad9396d47ef558cabfc713 100644 (file)
@@ -718,8 +718,8 @@ msgid "There is no service configured."
 msgstr "尚未配置任何服務。"
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:1070
-msgid "This is the current content of the log file in"
-msgstr "這是日誌文件的當前內容"
+msgid "This is the current content of the log file in %h for this service."
+msgstr ""
 
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:197
 #: applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js:275
@@ -900,6 +900,9 @@ msgstr "秒"
 msgid "to run HTTPS without verification of server certificates (insecure)"
 msgstr "使用 HTTPS 但不檢查伺服器憑證 (不安全)"
 
+#~ msgid "This is the current content of the log file in"
+#~ msgstr "這是日誌文件的當前內容"
+
 #~ msgid ""
 #~ "Configure here the details for all Dynamic DNS services including this "
 #~ "LuCI application."